Reads the specified T data from a memory location.
'宣言
Public Overloads Shared Sub Read(Of As {New, Struct})( _
ByVal As System.IntPtr, _
ByRef As _
)
public static void Read<>(
System.IntPtr ,
ref
)
where T: new(), struct
パラメータ
- source
- Memory location to read from.
- data
- The data write to.
型パラメータ
- T
- Type of a data to read.
戻り値の型
source pointer + sizeof(T).